home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.arexx / comp.sys.amiga.programmer_26718_000001.msg < prev    next >
Encoding:
Internet Message Format  |  1994-11-27  |  2.6 KB

  1. Path: etek.chalmers.se!chalmers.se!sunic!seunet!pipex!doc.ic.ac.uk!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!derekn
  2. From: derekn@vw.ece.cmu.edu (Derek B. Noonburg)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AmigaGuide ARexx doc - where?
  5. Message-ID: <DEREKN.93Feb20152605@vw.ece.cmu.edu>
  6. Date: 20 Feb 93 20:26:05 GMT
  7. References: <1m2dsoINNg7h@sbusol.rz.uni-sb.de> <DEREKN.93Feb19154701@vw.ece.cmu.edu>
  8. Sender: news@fs7.ece.cmu.edu (USENET News System)
  9. Organization: ECE Department, Carnegie Mellon University
  10. Lines: 51
  11. In-Reply-To: derekn@vw.ece.cmu.edu's message of Fri, 19 Feb 1993 20:47:01 GMT
  12.  
  13. On Fri, 19 Feb 1993 20:47:01 GMT, derekn@vw.ece.cmu.edu (Derek B. Noonburg) said:
  14. > In article <1m2dsoINNg7h@sbusol.rz.uni-sb.de> winter@aquarius.cs.uni-sb.de (Stefan Winterstein) writes:
  15. >> Where can I find documentation for AmigaGuide, esp. its ARexx commands?
  16.  
  17. > I asked this a while back, and was told that this documentation is only
  18. > available to developers.  (Why?)  Anyway, I was able to figure out most
  19. > of the ARexx commands by running "strings" on the binary :-)
  20.  
  21. I haven't done any really extensive testing, but here's what I've
  22. figured out:
  23.  
  24. ------------------------------------------------------------------------
  25.  
  26. Port names:
  27.   AMIGAGUIDE.1, AMIGAGUIDE.2, ...
  28.  
  29. Commands:
  30. - link node          find specified node
  31. - alink node         open a new window with specified node
  32. - beep               beeps
  33. - close              closes window
  34. - rxs command        executes an ARexx command
  35.                        (e.g., 'rxs "say ''hello''"')
  36. - rx script          executes an ARexx script
  37.                        (e.g., 'rx "script arg"')
  38. - system command     executes CLI command
  39.                        (e.g., 'system "ls dh0:"')
  40. - quit               quits
  41. - activatewindow     activates window
  42. - windowtofront      moves window to front
  43. - windowtoback       moves window to back
  44. - zoomwindow         zooms window
  45. - unzoomwindow       unzooms window
  46.  
  47. Notes:
  48. - node names (for link and alink) are of the form:
  49.     [guide_file_name/]node
  50.   where guide_file_name is a standard AmigaDOS file name
  51.   (the '.guide' extension must be explicity specified)
  52. - illegal ARexx commands (for rxs) and script names (for rx) result in a
  53.   software failure
  54.  
  55. ------------------------------------------------------------------------
  56.  
  57. If anyone has corrections or additions, please let me know.
  58.  
  59. - Derek
  60.  
  61. --
  62. Derek Noonburg                                derekn@vw.ece.cmu.edu
  63. Electrical & Computer Engineering Dept., Carnegie Mellon University
  64.